This static method looks for a resource of type .
Parameters
- start
- a
FrameworkElement
- name
- the name of the desired resource
Type Parameters
- T
- the type of the desired resource
Return Value
the first object of type found in searching the ResourceDictionary
of the element or in its parent elements, or null if no resource by that name is found, or if it is found but is not of the desired type.